@font-face {
    font-family: 'HiraMaruW4';
    src: url('../fonts/hiramarupron-w4.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'HiraMaruW4', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #9800fd;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.content-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-left {
    width: 60%;
}

.text-left h2 {
    font-size: 24px;
    color: #9800fd;
    margin-bottom: 10px;
}

.text-left h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #9800fd;
}

.text-left h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #2475bc;
}

.text-left p {
    font-size: 16px;
    line-height: 1.8;
    color: #2475bc;
    margin-bottom: 20px;
}


.images-inline {
    width: 35%;
    display: flex;
    gap: 10px;
}

.images-inline img {
    width: 48%;
    height: auto;
    border-radius: 5px;
    align-self: flex-start; 
}


.text-center h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2475bc;
}

.text-center p {
    font-size: 16px;
    line-height: 1.8;
    color: #2475bc;
    margin-bottom: 20px;
    max-width: 0
    margin-left：0;
    margin-right: auto;
}

  .images-large {
    display: flex;
    justify-content:center;
    gap: 20px;
}

.images-large img {
    width: 21%; 
    height: auto;
    border-radius: 5px;
}

.text-3 h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2475bc;
}

.text-3 p {
    font-size: 16px;
    line-height: 1.8;
    color: #2475bc;
    margin-bottom: 20px;
    max-width: 0
    margin-left：0;
    margin-right: auto;
}
.images-4 {
    display: flex;
    justify-content:center;
    gap: 20px;
}

.images-4 img {
    width: 40%; 
    height: auto;
    border-radius: 5px;
}
.text-section h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2475bc;
}
.text-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #2475bc;
    margin-bottom: 20px;
    max-width: 0
    margin-left：0;
    margin-right: auto;
}

.images-5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px; 
    justify-items: center;
    margin-top: 20px;
}

.images-5 img {
    width: 100%; 
    max-width: 300px; 
    height: auto; 
    border-radius: 5px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}
.text-5 h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2475bc;
}
.text-5 p {
    font-size: 16px;
    line-height: 1.8;
    color: #2475bc;
    margin-bottom: 20px;
    max-width: 0
    margin-left：0;
    margin-right: auto;
}
.video-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

video {
    width: 70%;
    height: auto;
    border-radius: 10px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}
footer {
    text-align: center;
    padding: 20px;
    background-color: #f8f8f8;
    margin-top: 40px;
}

footer p {
    font-size: 14px;
    color: #9800fd;
}